hansemannn / titanium-googlemaps

🗺 Use the Google Maps SDK in Titanium
Other
87 stars 26 forks source link

New 2.4.0 features #39

Closed hansemannn closed 8 years ago

hansemannn commented 8 years ago
    var dialog = GoogleMaps.createAutocompleteDialog({
        /*tableCellBackgroundColor: "#333",
        tableCellSeparatorColor: "#444",
        primaryTextColor: "#fff",
        primaryTextHighlightColor: "blue",
        tintColor: "blue"*/
    });

    dialog.addEventListener("success", function(e) {

    });

    dialog.addEventListener("error", function(e) {

    });

    dialog.addEventListener("cancel", function(e) {

    });

    dialog.open();
hansemannn commented 8 years ago

@yozef fyi 👐🏽

hansemannn commented 8 years ago

Approved!