Skip to content

Set marker.title after geocodeLookup (GMapPanel3.js) #15

@afrittella

Description

@afrittella

In line 701, when marker.title is not set.

marker.title = response.formatted_address;

You should replace with the following:

marker.title = response[0].formatted_address;

because Google's geocode returns an array.

:)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions