Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
The data like country state city in my database is not getting recognised by Idevio maps . is there any base file for idevio maps so that i can map my data to the idevio maps and it recognise the country state city and zipcode
Hi Naveen,
For the Line Layer, the same format that applies for Area and Bubble Layers should work:
OriginCountry: 'US:XCISO2' or 'United States of America:APCLI'
dlvry_origin_prov_state: 'IL,US:AADM1'
dlvry_origin_city: 'Abingdon,IL,US:P*'
I recommend you to try first with a Bubble Layer, to see if you get results from the Location Service.
And then try with the Line Layer, remember you need a Start and End Point.
For example from 'Abingdon,IL,US:P*' to 'Corning,NY,US:P*'
If you want to include Zipcodes then the format is 'zipcode,country:XPC'
Best Regards,
Ana
hi Ana thanks much.
if i want to use the zipcode.
does it should not include states?
If i want to use country,state,city,zipcode what will be the final formalt including country,state city zipcode
Hello Naveen,
It depends, if the zipcode is unique for the country then you don't need to specify State, but if you might have the same zipcode in 2 different States, then you have to add it like this: '92801,CA,US:XPC'
Best Regards,
Ana