On Apr 4, 3:57 pm, markpirvine <[email protected]> wrote: > > I would like to know if it’s possible, or recommended, to order lat/ > lon locations? I’m planning an application that requires engineer > locations to be ordered from south to north. In this instance the > application will deal with locations in Ireland (north and south) that > are then divided into operational areas. Within each area I would > like to have engineer locations ordered. Ideally I’d like to use lat/ > lon, however I have considered converting these to Irish Grid > References>
Not sure I understand the question. The API displays markers south to north by default (that is, more northerly markers are behind southern ones); and the API uses WGS84 lat/long coordinates. You *can* do other things with the z-order, and can store marker locations as grid references if you like, but you would have to convert grid to WGS84 to place markers. -- You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.
