Display of location:
Display of location:
Location Clip
Version 1.4
Location Clip is an application to share location information acquired with GPS.
- Auto mode:
The current location is automatically displayed on the map based on the location information acquired with GPS. It is automatically adjusted in the display area in the map.
NOTE:
When the accuracy of the location information acquired with GPS is bad, the error margin might be caused.
- Manual mode:
The pin based on the location information acquired with GPS is dropped on the map.
You can drag and drop the pin, and the display area in the map be changed by the pinch inn and the pinch out operation.
Clip of location:
You can select how to do the clip. Please share location information.
- Save to Photo Album:
The map image is saved in the Photo Album.
- Copy to Pasteboard:
- Map image
- Google Map URL
- Coordinates
- Address
NOTE:
When the address cannot be acquired from coordinates acquired with GPS, the address
cannot be copied.
- Send by E-mail:
The map image and the location information can be sent by E-mail. Whether the location information is put on the body of e-mail can be set.
- Post to Twitpic:
If you have the account of Twitter, the map image and the location information can be posted to Twitpic.
Whether the location information is put on the post message can be set.
*In addition to the above-mentioned function, you can save the location information as a history.
Map type:
Copyright (c) Four Meisters System Consulting, Inc. All Rights Reserved.
Auto mode
Manual mode
Map
Satellite
Hybrid
Save to Photo Album
Send by E-mail
Copy to Pasteboard
Post to Twitpic
History:
You can save the location information as a history.
*The history records are displayed up to 1,000 records.
History View
Record List View
Search View
Display and Restore
URL Schema:
Any applications which implement the cooperative interface can launch Location Clip.
URL :
com.fourmeisters.locationclip://open
Parameters:
- Setting of coordinates
lat: Latitude
lon: Longitude
NOTE: The default coordinates are coordinates at current location.
- Selection of map type
type: Map type (m: Map, s: Satellite or h: Hybrid)
NOTE: The default type is Map.
- Pasting the photo
photo: y or n.
If you want to paste the photo, please set 'y'.
NOTE: You have to set the image (UIImage) of the photo in the pasteboard.
pbname: Name of pasteboard
If you set the image of the photo in the named pasteboard, please specify the name of pasteboard.
If you don't specify this parameter, Location Clip uses general pasteboard.
- Setting of return URL
returnURL: yourapp://xxxxx
NOTE: If http parameters exist in return url, you have to encode them.
yourapp://xxxxx?foo=aaa&baa=bbb
↓ encode characters.
yourapp://xxxxx?foo%3Daaa%26baa%3Dbbb
Examples:
com.fourmeisters.locationclip://open?lat=37.00000&lon=139.00000&type=h&photo=y&pbname=com.foo.baa.pbname&returnURL=yourapp://xxxxx