Topic: Lat/Lon Grid Lines

Hi.. does OnlineMaps has any lat/lon grid lines? If not, how I can implement them.. thanks!

Re: Lat/Lon Grid Lines

Hello.

Unfortunately, I did not understand your question.
Please rephrase this in more detail.

Kind Regards,
Infinity Code Team.

Boost your productivity a lot and immediately using Ultimate Editor Enhancer. Trial and non-commerce versions available.

Re: Lat/Lon Grid Lines

Alex Vertax wrote:

Hello.

Unfortunately, I did not understand your question.
Please rephrase this in more detail.

Hi, I mean displaying Graticule or grid lines showing latitude and longitude.. just like the attached image.

Re: Lat/Lon Grid Lines

Your posts do not contain images.

Kind Regards,
Infinity Code Team.

Boost your productivity a lot and immediately using Ultimate Editor Enhancer. Trial and non-commerce versions available.

Re: Lat/Lon Grid Lines

Alex Vertax wrote:

Your posts do not contain images.

Sorry, forgot to press the add button in the previous post.

Post's attachments

Attachment icon GUID-8B8F673E-EC58-4A02-B0F3-565B1873B4BE-web (1).png 195.09 kb, 57 downloads since 2019-07-19 

Re: Lat/Lon Grid Lines

The best way is to get the coordinates of the map corners and draw the cells above the map (for example, using UI or Vectrosity).
http://infinity-code.com/doxygen/online … d91edd9f1c

Kind Regards,
Infinity Code Team.

Boost your productivity a lot and immediately using Ultimate Editor Enhancer. Trial and non-commerce versions available.

Re: Lat/Lon Grid Lines

Alex Vertax wrote:

The best way is to get the coordinates of the map corners and draw the cells above the map (for example, using UI or Vectrosity).
http://infinity-code.com/doxygen/online … d91edd9f1c

Do you have any sample codes to do that? Thanks!

Re: Lat/Lon Grid Lines

No, I do not have an example for this.

Kind Regards,
Infinity Code Team.

Boost your productivity a lot and immediately using Ultimate Editor Enhancer. Trial and non-commerce versions available.

Re: Lat/Lon Grid Lines

Alex Vertax wrote:

No, I do not have an example for this.

Any idea how to do I add distance to current Lat/Lon?

Re: Lat/Lon Grid Lines

What do you mean "how to do I add distance to current Lat / Lon"?
Do you mean to calculate the distance?
OnlineMapsUtils.DistanceBetweenPoints
http://infinity-code.com/doxygen/online … dd617a6d18

If you asked about something else, please rephrase your question.

Kind Regards,
Infinity Code Team.

Boost your productivity a lot and immediately using Ultimate Editor Enhancer. Trial and non-commerce versions available.

Re: Lat/Lon Grid Lines

Alex Vertax wrote:

What do you mean "how to do I add distance to current Lat / Lon"?
Do you mean to calculate the distance?
OnlineMapsUtils.DistanceBetweenPoints
http://infinity-code.com/doxygen/online … dd617a6d18

If you asked about something else, please rephrase your question.

What I mean is that given a point (lat/lon), travel 100m to the right( top down), how to get the new lat/lon of the point?

Re: Lat/Lon Grid Lines

OnlineMapsUtils.GetCoordinateInDistance
http://infinity-code.com/doxygen/online … 48f4e0636b

Kind Regards,
Infinity Code Team.

Boost your productivity a lot and immediately using Ultimate Editor Enhancer. Trial and non-commerce versions available.