cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X

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

done11
1-Newbie

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

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

1 ACCEPTED SOLUTION

Accepted Solutions
PaiChung
22-Sapphire I
(To:done11)

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

View solution in original post

2 REPLIES 2
PaiChung
22-Sapphire I
(To:done11)

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

Hey Pai ,

Thanks for your help.

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

Top Tags