Android Question GoogleMapsExtras ...?

brodmuehler

Member
Licensed User
Longtime User
Dear All

I am trying to use the GoogleMapsExtras CamerUpdateFactory, CameryUpdate objects and AnimateCamera method to focus in on a particular part of a map, but I struggle. Could someone please have a look at the code and give me a hint what to do.

In my code you see that I initially used the AnimateToBounds2 member, but in the comments it say "This method is deprecated, instead use the CameraUpdateFactory and CameraUpdate objects and the AnimateCamera method." which I am willing and trying to use but cannot get it to work.

I also included a sample IGC file in the "Files" directory. This file contains a flight path, or with other words a sequence of Lat-Long information that should be shown by the app as a red line on the map. This file needs to be loaded into the App directory so that it can be read by the app. The aim is to load the file and then bounds into the map such that the whole flight path is visible clearly with a bit of boundary around it.

Any helpis highly appreciated.
Many thanks and best wishes
René
 

Attachments

  • IGCViewer2.zip
    134.3 KB · Views: 193
Top