[RELEASED] Google Maps View Android

Hello!

Have you ever wanted to embed native GoogleMapView inside you Unity-Android game? Now you can do that. NOT a web-view and NOT a Texture, a native GoogleMapView with all the options is displayed in any rect of your screen.

FEATURES:

  • Display native GoogleMapView, not a web view or texture!
  • Display at any place on the screen, view can be any size you want
  • Draw Markers, Circles and Images on top of the map
  • Listen for map itself, circles and markers clicks
  • Display real user location on the map
  • Modify any setting of the map
  • Smooth UI and performance
  • Completely interactable
  • Completely configurable what place to show and how, which gestures enabled etc.

MORE INFO:

Feel free to post any questions in the thread or contact me directly!

GET IT FROM THE ASSET STORE!

1 Like

Since the initial release, I have added a lot of new features but most important is probably the complete iOS support

CHANGELOG

v2.1.0

  • ADDED Support for map styling with Json
  • ADDED Functionality to hide/show map view without losing current map state
  • ADDED Functionality to get current camera position (lat, lng, tilt, zoom, bearing) from the map
  • ADDED Functionality to get/set map type directly on the map
  • ADDED Functionality to move camera instantly without animation
  • FIXED Back button not working on Android when map is visible

v2.0.0

IMPORTANT This release adds iOS support, please backup the project before updating and read the documentation!

  • ADDED iOS Support!
  • FIXED Marker position not being updated after marker was dragged

v1.2.3

  • IMPROVED Added proguard configuration to avoid stripping plugin classes
  • CHANGED java library package to avoid conflicting package with other Dead Mosquite Games packages

v1.2.2

  • ADDED function to getch user location when location is enabled

v1.2.1

  • FIXED Compilation issued when the platform is not set to Android
  • ADDED ShowInfoWindow() method to the Marker class

v1.2.0

  • UPDATED Google Play Services Maps version to 11.0.2 (make sure to remove all previous *.aar files before updating)
  • ADDED Functionality to draw polylines on the map
  • ADDED Functionality to draw polygons on the map
  • ADDED Functionality to animate camera.
  • IMPROVED Demo now handles screen orientation changes properly
  • FIXED Now everything works correctly when splitting application binary

v1.1.0

  • ADDED Functionality for showing user location on the map