Git Product home page Git Product logo

xmap's Introduction

X-Plane and MSFS 2020 Personal GoogleMaps GPS Tracker for iPad

XMap is X-Plane and MSFS 2020 flight tracker app enhancing the experience of Bush flying. XMap displays live aircraft position on your iPad using Google maps.

Screenshot

1. Create GoogleMaps API Key

Getting an API Key

Don't forget to visit Dashboard and enable GoogleMaps API

Restrict your API key to iOS apps and GoogleMapsAPI

2. Download GoogleMaps iOS SDK

Download the latest GoogleMaps iOS SDK and unpack the archive to the root directory of the project

Project directory structure

3. Create file named SDKConstants.swift with the contents below:

import Foundation

struct SDKConstants {
   static let APIKey = "<YOUR_GOOGLE_MAPS_API_KEY>"
}

Save it to XMap/SDKConstants.swift

X-Plane

4. Configure X-Plane to share GPS data via UDP

Launch the XMap app and observe IP address and port number eg. 192.168.0.43:49003 on the main screen. Run X-Plane go to Settings -> Data Output, check rows 19 and 20 under Network via UDP column. Check Send network data output and enter iPad IP address and port eg. 192.168.0.43 port 4903.

Tested on X-Plane 11.5

MSFS 2020

4. Use SimConnect-UDP to broadcast MSFS 2020 data via UDP

Other Resources

https://developers.google.com/maps/documentation/ios-sdk/start#install-manually

License

MIT

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.