Coordinates Validator
Last updated
Was this helpful?
Last updated
Was this helpful?
the separator is ','
only allow +_ float, integer number (does not allow Scientific notation)
only allow two number
split by ',' and check it's two results and check all value does not include character.
if passed process-1 split by ',' and parse the num
check latitude value is between -90 90 and longitude value is between -180 180