vinoth kumar

vinoth kumar

  • NA
  • 21
  • 3.9k

Geo Location Fields Format Validation

Mar 19 2020 1:06 AM
Hi All,
 
I am new to jquery.i need some help in the below model.i have to enter the value in textbox.
 
Display this below Boundary:
 
For each point of the boundary enter Latitude and Longitude separated by space. Separate each pair of boundary points with a comma followed by space. Enclose the whole string in double parenthesis. The last pair should be identical to the first pair to close the loop.
 
Format: ((###### #.######, ###### #.######, ###### #.######, ###### #.######))
[E.g. ((12.744342 80.240241, 12.743615 80.239925, 12.744065 80.23882, 12.744824 80.239094, 12.744342 80.240241))]
 
Thanks in advance,..

Answers (3)