Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[New] Show device location using indoor positioning #462

Merged
merged 76 commits into from
Aug 20, 2024

Commits on Jul 16, 2024

  1. add in files

    chriswebb09 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    e96b6a1 View commit details
    Browse the repository at this point in the history
  2. update license

    chriswebb09 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    b0d7d86 View commit details
    Browse the repository at this point in the history
  3. add in functionality

    chriswebb09 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    68793b9 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. working indoor navigation

    chriswebb09 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    2372cc0 View commit details
    Browse the repository at this point in the history
  2. add in image

    chriswebb09 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    c8f8422 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d751f9a View commit details
    Browse the repository at this point in the history
  4. add in comments

    chriswebb09 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    aaad56c View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. move more logic to model

    chriswebb09 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    d9885af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9be32c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b5b5ef6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a9385f3 View commit details
    Browse the repository at this point in the history
  5. update access

    chriswebb09 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    9901fae View commit details
    Browse the repository at this point in the history
  6. update comment

    chriswebb09 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    1ffffe8 View commit details
    Browse the repository at this point in the history
  7. update method names

    chriswebb09 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    1ee954a View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Configuration menu
    Copy the full SHA
    f27c828 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2ee695 View commit details
    Browse the repository at this point in the history
  3. remove DataSourceType

    chriswebb09 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    6f7a4a5 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. use older map data

    chriswebb09 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    f8a5e37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ee84de View commit details
    Browse the repository at this point in the history
  3. add in screenshot

    chriswebb09 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    da1cc64 View commit details
    Browse the repository at this point in the history
  4. remove older code

    chriswebb09 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    9ba7395 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    87da1a3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f9e9d01 View commit details
    Browse the repository at this point in the history
  7. update

    chriswebb09 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    f261da0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b567797 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ff0f6fc View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Configuration menu
    Copy the full SHA
    ce05827 View commit details
    Browse the repository at this point in the history
  2. update UI

    chriswebb09 committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    038c604 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Configuration menu
    Copy the full SHA
    c04263e View commit details
    Browse the repository at this point in the history
  2. update variable names

    chriswebb09 committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    b020388 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    560f014 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    497b3dd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7389f58 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f07bf98 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cb9707d View commit details
    Browse the repository at this point in the history
  8. update comments

    chriswebb09 committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    8d0395e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    21e9391 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3049e89 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7ab944c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e48dc6c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2262ce9 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Configuration menu
    Copy the full SHA
    22ebd0b View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. update formatter

    chriswebb09 committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    dfecb0b View commit details
    Browse the repository at this point in the history
  2. update readme

    chriswebb09 committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    21b5723 View commit details
    Browse the repository at this point in the history
  3. add in readme

    chriswebb09 committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    f481774 View commit details
    Browse the repository at this point in the history
  4. update image

    chriswebb09 committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    b53c213 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Merge remote-tracking branch 'origin/v.next' into chriswebb/New-ShowD…

    …eviceLocationUsingIndoorPositioning
    chriswebb09 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    f7470ff View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    084005c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f446cdb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    797e86e View commit details
    Browse the repository at this point in the history
  4. Update Shared/Samples/Show device location using indoor positioning/S…

    …howDeviceLocationUsingIndoorPositioningView.swift
    
    Co-authored-by: Philip Ridgeway <[email protected]>
    chriswebb09 and philium authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    ec7d083 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f738944 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'chriswebb/New-ShowDeviceLocationUsingIndoorPositioning'…

    … of github.com:Esri/arcgis-maps-sdk-swift-samples into chriswebb/New-ShowDeviceLocationUsingIndoorPositioning
    chriswebb09 committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    abbe29c View commit details
    Browse the repository at this point in the history
  7. move text logic

    chriswebb09 committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    9856841 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Configuration menu
    Copy the full SHA
    84d98bc View commit details
    Browse the repository at this point in the history
  2. update comments

    chriswebb09 committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    8ca3ab8 View commit details
    Browse the repository at this point in the history
  3. update comment

    chriswebb09 committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    f293092 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. update floor yoda logic

    chriswebb09 committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    2ac63c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95fd011 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    172f723 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b62083a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    32277d0 View commit details
    Browse the repository at this point in the history
  6. fix whitespace

    chriswebb09 committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    3d1623b View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2024

  1. Configuration menu
    Copy the full SHA
    cbeaae8 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Configuration menu
    Copy the full SHA
    f3009f7 View commit details
    Browse the repository at this point in the history
  2. Clean up the view.

    yo1995 committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    817c88c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    523ba05 View commit details
    Browse the repository at this point in the history
  4. Small changes to the view.

    yo1995 committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    8524d30 View commit details
    Browse the repository at this point in the history
  5. Refactor the data model.

    yo1995 committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    4a79804 View commit details
    Browse the repository at this point in the history
  6. Update README.

    yo1995 committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    155256c View commit details
    Browse the repository at this point in the history
  7. Fix typo in function name.

    yo1995 committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    43ba841 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    d3cf623 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review.

    Co-authored-by: Caleb Rasmussen <[email protected]>
    yo1995 and CalebRas authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    69c6fc1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef1f0b9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    30e8421 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6065a10 View commit details
    Browse the repository at this point in the history