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

ThingWorx Navigate is now Windchill Navigate Learn More

Translate the entire conversation x

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

done11
1-Visitor

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

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

done11
1-Visitor
(To:PaiChung)

Hey Pai ,

Thanks for your help.

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

Announcements


Top Tags