I have an IoT application that provides real-time and predictive train crossing information. We will be widely deployed across North America in the very near future, but already have our flagship site equipped to provide data. We are working with Waze to get the data to their users; this will be operational in February 2017. How do I do the same with Apple Maps?
How do I include my data in Apple maps for all Users?
I have seen a fw people look, but nobody with any ideas yet.
If it helps for anyone, here is a sample XML that my system produces.
<?xml version="1.0" encoding="UTF-8"?>
<crossings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<crossing id="CA8040402711008">
<location>49.859666, -97.08588</location>
<state>0</state>
<trainStart/>
<prediction/>
<clearTime/>
</crossing>
<crossing id="CA8058401391009">
<location>49.902072, -97.276958</location>
<state>0</state>
<trainStart/>
<prediction/>
<clearTime/>
</crossing>
<crossing id="CA8058402571009">
<location>49.887503, -96.958844</location>
<state>1</state>
<trainStart>23:42</trainStart>
<prediction/>
<clearTime>23:43 to 23:51</clearTime>
</crossing>
<crossing id="CA8058406711009">
<location>49.894653, -97.113567</location>
<state>0</state>
<trainStart/>
<prediction/>
<clearTime/>
</crossing>
<crossing id="CA8058409291009">
<location>49.887408, -96.933981</location>
<state>0</state>
<trainStart/>
<prediction>23:43 to 23:48</prediction>
<clearTime/>
</crossing>
<crossing id="CA8058410081009">
<location>49.841164, -97.1548</location>
<state>0</state>
<trainStart/>
<prediction/>
<clearTime/>
</crossing>
<crossing id="CA8058410141009">
<location>49.810667, -97.061054</location>
<state>0</state>
<trainStart/>
<prediction/>
<clearTime/>
</crossing>
<crossing id="CA8058411071009">
<location>49.801594, -97.158219</location>
<state>0</state>
<trainStart/>
<prediction/>
<clearTime/>
</crossing>
<crossing id="CA8058411461009">
<location>49.845639, -97.231656</location>
<state>0</state>
<trainStart/>
<prediction/>
<clearTime/>
</crossing>
<crossing id="CA8323300811005">
<location>49.881883, -97.097307</location>
<state>0</state>
<trainStart/>
<prediction/>
<clearTime/>
</crossing>
<crossing id="CA8Elmhurst">
<location>49.845639, -97.231656</location>
<state>0</state>
<trainStart/>
<prediction/>
<clearTime/>
</crossing>
<crossing id="PIE006">
<location>49.850416, -97.178883</location>
<state>1</state>
<trainStart>23:43</trainStart>
<prediction/>
<clearTime>23:44 to 23:49</clearTime>
</crossing>
</crossings>
I can provide a free feed to anyone who can help me with this.
I believe Apple Maps is actually TomTom data, so....