1 (edited by digitalrock 2026-03-21 19:18:32)

Topic: UserLocation with google geocoding

Hi Alex,

So I'm just wondering what's the best way to do this.  I want the tileset map to display with the user location and maker at that location.  This works fine, however when I "find location" using GoogleGeocodingRequest the result doesn't update the map unless I disable the user location component.  I would like to init the map at users location, which is why I use this component.  Just wondering if I"m doing something wrong

Thanks,

Valerie

Re: UserLocation with google geocoding

Hi.

For this to work, you need to disable User Location / Update Map Location.
The best way to do this is via code, right before setting the geocoding location.
UserLocationBase.updateLocation
https://infinity-code.com/documentation … teLocation

Kind Regards,
Infinity Code Team.

Boost your productivity a lot and immediately using Ultimate Editor Enhancer. Trial and non-commerce versions available.

Re: UserLocation with google geocoding

awesome, thank you!