Skip to main content
1-Visitor
January 9, 2017
Solved

Extract latitude and longitude values separately from a location base type ?

  • January 9, 2017
  • 2 replies
  • 1767 views

Hi all,

I need to extract latitude and longitude values separately from a location basetype.

Does anyone has an idea how to do it ?

Thanks

Best answer by PaiChung

In a Service you can treat it either as an object and do obj.latitude

or treat it like a string and parse out based on comma

2 replies

PaiChung22-Sapphire IAnswer
22-Sapphire I
January 9, 2017

In a Service you can treat it either as an object and do obj.latitude

or treat it like a string and parse out based on comma

done111-VisitorAuthor
1-Visitor
January 10, 2017

Hey Pai ,

Thanks for your help.

I have done it by obj.latitude and it has worked for me.