react native google maps dynamic polygon
I have coordinates of many polygons in the json file.
these coordinates are stored in string field. lat and lon seperated with comma and latlon pairs seperated by space.
I’m using react-native-maps
React Native Maps, Implementation of Direction Services and DirectionRenderer
I don’t have much to read on google maps direction services other than what is provided by google in their documentation with is not react-native complicit. The approach I told was to let Ai dig up someones code from me to get an understanding on how it would be implemented. I have had a lots issue like npm packages which are not known to the repository and typescript namespace issue. This is how code looks like Please help. The react-native-maps does not list any implementation on DirectionServices. I am using bare react-native workflow