Search Unity

[Released] iOS Apple Maps View - Embeddable MapKit View

Discussion in 'Assets and Asset Store' started by tarasfromlviv, Aug 21, 2017.

?

Have you ever needed a native maps solution for iOS?

  1. Yes

    66.7%
  2. No, not really

    33.3%
  1. tarasfromlviv

    tarasfromlviv

    Joined:
    Jun 6, 2013
    Posts:
    25
    Have you ever wanted to embed native Apple Map View (MKMapView) inside you Unity-iOS game? Now you can do that. NOT a web-view and NOT a Texture, a native Apple MapKit View with all the options is displayed in any rect of your screen.

    ON ASSET STORE

    Read Documentation

    Have questions? Contact me!




    FEATURES:

    • Display native Apple MapKit Map View (MKMapView), not a web view or texture!
    • Display at any place on the screen, view can be any size you want
    • Draw pins, circles and other objects on top of map
    • Smooth UI and performance
    • Source code included
    • Completely configurable what place to show and how, which gestures enabled etc.
     
  2. tarasfromlviv

    tarasfromlviv

    Joined:
    Jun 6, 2013
    Posts:
    25
    Version Updates:

    ## v1.2.1

    + FIXED included 'StreamingAssets' folder for image overlay example to work
    + ADDED functionality to set fill color when drawing polygons

    --- ## v1.2.0

    + ADDED functionality to draw images on top of the map
    + ADDED functionality to draw polylines and modify their properties
    + ADDED functionality to draw polygons and modify their properties
    + ADDED functionality to set view position and size after the map was shown
    + ADDED Example how to handle orientation changes
    + IMPROVED Now circle supports setting `LineDashPattern` and `LineDashPhase` + IMPROVED When adding and updating map in demo screne draw elements camera focuses on them

    ---
     
  3. karsnen

    karsnen

    Joined:
    Feb 9, 2014
    Posts:
    65
  4. tarasfromlviv

    tarasfromlviv

    Joined:
    Jun 6, 2013
    Posts:
    25
    Hello, unfortunately I won't be adding more features to iOS apple maps Plugin as I am focusing on my Google maps plugin that works both on iOS and Android. My Google Maps View plugin has the method to open Google Maps app navigation provided with points
     
  5. karsnen

    karsnen

    Joined:
    Feb 9, 2014
    Posts:
    65
    Thank you for replying.
     
  6. vice39

    vice39

    Joined:
    Nov 11, 2016
    Posts:
    108
    Is there a solution with navigation yet ?