Store province, city and coordinate with plist

cmbelgique

New Member
How to store the province, city and coordinate informations in .plist? These information should come with my App. I have tried the following format, but it doesn't work. Is there any other method substitute for plist? As plist is not good for query.\[code\]<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"><plist version="1.0"><dict><key>ProvinceN</key><array> <dict> <key>cityName</key> <string>cityM</string> <key>latitude</key> <integer>32.5543</integer> <key>longitude</key> <integer>88.3237</integer> </dict></array></dict></plist>\[/code\]
 
Back
Top