I want to get Wind speed in km/h. I am using code overlays.wind.setMetric('km/h')
but it still gives output in default Metrics.
K
Best posts made by khushbu.dummy
-
SetMetric does not work
-
Get Direction value in String like "NW"
I get windObject.dir always in degree. Can i get it in a string like "NW" as it's displayed on Map? UI tried using numDirection but it does not work
Latest posts made by khushbu.dummy
-
How to get location name of the place marker is put on
I want to fetch location name where current marker is there. As and when user change the position of marker, i should be able to get name of new location. How this can be achieved?
-
SetMetric does not work
I want to get Wind speed in km/h. I am using code overlays.wind.setMetric('km/h')
but it still gives output in default Metrics. -
Get Direction value in String like "NW"
I get windObject.dir always in degree. Can i get it in a string like "NW" as it's displayed on Map? UI tried using numDirection but it does not work