This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| rspec-rails (3.0.2) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -(void) showUserAndDestinationOnMap:(CLLocationCoordinate2D)userLocation | |
| { | |
| double leastCoordSpan = 0.005; // 拡大表示したときの最大値 | |
| double maxLat = userLocation.latitude; | |
| double maxLon = userLocation.longitude; | |
| double minLat = info.latitude; | |
| double minLon = info.longitude; | |
| CLLocationCoordinate2D polyCoord; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <plist version="1.0"> | |
| <dict> | |
| ・・・ここから・・・ | |
| <key>NSLocationAlwaysUsageDescription</key> | |
| <string>I have learned more on stack overflow than anything else</string> | |
| <key>NSLocationWhenInUseUsageDescription</key> | |
| <string>The spirit of stack overflow is coders helping coders</string> | |
| ・・・ここまで・・・ |