cavanju

Results 3 comments of cavanju

@brnkhy Thank you for the quick response. I have searched around a bit but I do not really understand how to use this AbstractMap.GeoToWorldPosition(LatLong, true); ? So I make a...

@brnkhy This is what I have until now ` using Mapbox.Unity.Map; using UnityEngine; using Mapbox.Utils; using Mapbox.Unity.Utilities; public class WaypointTarget : MonoBehaviour { [SerializeField] AbstractMap _map; [SerializeField] [Geocode] string[] _locationStrings;...