Last updated:
0 purchases
google polyline plus
This plugin helps you to get data about the polyline which other plugins are not provided.
it contains the leg or steps of polyline with sign to turn and all the other things which a map is required.
Usage #
await GooglePolylinePlus.instance.getPolyPoint
(
startPoint:
LatLng(latitude: 31.483174, longitude: 74.315013),
endPoint: LatLng(latitude: 31.485736, longitude: 74.320957),
mapKey: "<Api-Key>");
await GooglePolylinePlus.instance.getSuggestion(
input: "xyz, london",
mapKey: "<Api-Key>");
await GooglePolylinePlus.instance.getAddressFromLatLng(
latitude: 31.483174,
longitude: 74.315013,
mapKey: "<Api-Key>");
await GooglePolylinePlus.instance.getLatLngFromAddress(
address: "xyz, london",
mapKey: "<Api-Key>");
GooglePolylinePlus.instance.decodeEncodedPolyline(_p~iF~ps|U_ulLnnqC_mqNvxq`@);
copied to clipboard
google_polyline_plus #
google_polyline_plus #
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.