So What i need to do here is, I need to show Two users locations on the map with the Default Blue Marble Drop.
Task is, a user-A will keep uploading current location coordinates every 5-10 secs to web-server, from there the user-B will be pulling that location every 5-10 secs. So on the MKMapView, User-B will be shown his own current location with the default location annotation, but i also need to show User-A’s location on the User-B’s mapView with some annotation.
Now i can not use Pin Annotation as the location will be updating every 5-10 secs. The Default User Annotatio (Blue Marble Drop) has to be shown for second User’s Pulled Location so that a user can get that the location of second User is not static, but on the move. Pin Annotation kind of suggest that the location is static.
How can i Achieve that?
1 Answer