You must Sign In to post a response.
  • Category: ASP.Net MVC

    Marker show if marker inside polygon and invisible if marker outside polygon in googlemap

    Hi,

    My Question is how to find lat long inside the drawn polygon or not i have mutliple records in my database , when app started then all markers visible and when we draw shape and apply then only marker inside the polygon show ,,this is very important for me please help me Thanks in advance
  • #766373
    Hi,
    http://googlemaps.github.io/android-maps-utils/

    Please find this open-source library which contains multiple classes, useful for Google Maps Android API.
    It has 'PolyUtil' class having a function called 'containsLocation()' which tests if a location is inside a passed polygon. You may refer it.


  • Sign In to post your comments